OnLocationStaleListener

Listener that can be added as a callback when the last location update is considered stale.

The time from the last location update that determines if a location update is stale or not is provided by staleStateTimeout.

Functions

Link copied to clipboard
abstract fun onStaleStateChange(isStale: Boolean)
Called when the stale state changes.